DELETE IMAGE

This command will delete the specified image from memory.

  Syntax
DELETE IMAGE Image Number
  Parameters
Image Number
Integer
The image number to delete

  Returns

This command does not return a value.

  Description

You must not delete images that are being used by sprites, otherwise those sprites would disappear. Deleting unused images increases system performance. The parameter should be specified using an integer value.

  Example Code
delete image 1
  See also

IMAGE Commands Menu
Index